home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / tools / fadd.com / FADD.DOC < prev   
Encoding:
Text File  |  1989-01-11  |  1.5 KB  |  44 lines

  1. fadd.doc
  2.  
  3.     FADD.COM will compute the values for all combinations of segment
  4.     value, offset value and physical address. When invoked, the
  5.     program will prompt for the necessary inputs. The program
  6.     supersedes the previous individual programs FSEGMENT.COM,
  7.     FOFFSET.COM and FPHYS.COM and includes two more functions.
  8.  
  9.     When invoked, the following menu is presented:
  10.  
  11.         FIND ADDRESS, Copyright 1989 Gunnar Richwell
  12.  
  13.         For a given segment:offset
  14.           and a new offset,  find the new segment (1)
  15.           and a new segment, find the new offset  (2)
  16.           find the physical address               (3)
  17.  
  18.         For a given physical address
  19.           and a chosen offset,  find the segment  (4)
  20.           and a chosen segment, find the offset   (5)
  21.  
  22.         Select function number (i) or Q (for quit):
  23.  
  24.     From then on you can just follow instructions. Error checking is
  25.     included except for the colon when a segment:offset value is
  26.     prompted for. You can use any character in lieu of the colon.
  27.  
  28.     If you like this program you are requested to send a check for
  29.     $15 drawn on a U.S. bank to
  30.  
  31.             Gunnar Richwell
  32.             Olav Kyrresgt. 2
  33.             N-0273 Oslo 2
  34.             NORWAY
  35.  
  36.     If you do, you will receive a diskette with many equally useful
  37.     utilities. If you would like to get the assembly source code for
  38.     the program, or get a minor custom change, send instead a check
  39.     for $25 drawn on a U.S. bank.
  40.  
  41.     Feedback and suggestions are welcome, of course. The program was
  42.     developed on an NCR PC8 IBM-compatible AT machine, DOS ver. 3.1.
  43.  
  44.